ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / TreeMap<T> Class / MaxDepth Property

In This Topic
    MaxDepth Property (TreeMap<T>)
    In This Topic
    Gets or sets the maximum number of node levels to show in the current view.
    Syntax
    'Declaration
     
    Public Property MaxDepth As Integer
    public int MaxDepth {get; set;}
    Remarks
    Levels will be flattened into the current plane. If your TreeMap<T> has more levels than this, you will have to go up or down to see them.
    See Also